From: Chong Yidong Date: Sat, 5 Sep 2009 23:27:45 +0000 (+0000) Subject: lisp/cedet/semantic/scope.el: Add local vars for autoloading. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10241^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2d683429cadce383305d162fe7b4cfc9b4d51602;p=emacs.git lisp/cedet/semantic/scope.el: Add local vars for autoloading. (semantic-calculate-scope): Autoload. --- diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 603fdc23576..5a90b1095c8 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el @@ -651,6 +651,7 @@ whose tags can be searched when needed, OR it may be a scope object." ;; ;; Create the scope structure for use in the Analyzer. ;; +;;;###autoload (defun semantic-calculate-scope (&optional point) "Calculate the scope at POINT. If POINT is not provided, then use the current location of point. @@ -806,4 +807,10 @@ hits in order, with the first tag being in the closest scope." (provide 'semantic/scope) +;; Local variables: +;; generated-autoload-file: "loaddefs.el" +;; generated-autoload-feature: semantic/loaddefs +;; generated-autoload-load-name: "semantic/scope" +;; End: + ;;; semantic/scope.el ends here